home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / Libraries / C Internet Config / IC Application Source ƒ / 68k Internet Config ƒ / IC Window Utils.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-19  |  298 b   |  27 lines  |  [TEXT/SPM ]

  1. /*
  2.     IC Window Utils.h
  3.     
  4. */
  5.  
  6. #pragma once
  7.  
  8. #ifndef __H_IC_Window_Utils__
  9. #define __H_IC_Window_Utils__
  10.  
  11. #include "IC Types.h"
  12. #include "IC Window Globals.h"
  13.  
  14. #ifdef __cplusplus
  15. extern "C" {
  16. #endif
  17.  
  18. OSErr WindowsOpen(WindowType wt);
  19.  
  20. #ifdef __cplusplus
  21. }
  22. #endif
  23.  
  24. #endif /* __H_IC_Window_Utils__ */
  25.  
  26.  
  27.